Skip to content

Sync site copy, worker queues, and ADR pointers - #578

Open
prathamdby wants to merge 3 commits into
mainfrom
pd/docs-sync-main-3ddc
Open

Sync site copy, worker queues, and ADR pointers#578
prathamdby wants to merge 3 commits into
mainfrom
pd/docs-sync-main-3ddc

Conversation

@prathamdby

@prathamdby prathamdby commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Summary

Operator and landing copy now matches the live worker, review, and description contracts on main.

  • ADR 0003 names publish_summary as the live summary tool. Incremental publish files are publishFindingBatch.ts and publishSummaryOnly.ts.
  • ADR 0028 current implementation points at publishSummaryTool.ts. submitReview and submitReviewTool.ts are gone. coerceReviewPayloadInput stays unused on that path.
  • ADR 0022 overview gates say Review size (size / size:<TOKEN>), not Effort. ADR 0025 names submit_specialist_brief.
  • ADR 0006 worker list includes code-index-build. README, .env.example, docs/cursor-cloud.md, docs/operations.md, and landing topology do too. Worker /ready fails if that consumer is missing, even when CODE_INDEX_MODE=off.
  • docs/configuration.md names the real files for PR_ACTOR_LEASE_DEFER_SECONDS, TRIAGE_CONTROL_PATH_PATTERNS, and the legacy review sentinels.
  • Landing APP_FIELDS lists workflow runs, check suites, Checks read/write, and Actions read.
  • Landing commands include /verify and /cancel. /triage is apply-mode. Docs-only copy is the auto allowlist path, not a size-based skip. Every review still runs all four specialists. Provider copy says review context goes to the configured model provider.
  • Description gallery mock uses Review map instead of File Walkthrough.

Details

Worker consumers. WORKER_CONSUMER_QUEUES always includes code-index-build. Operator lists that omitted it now match src/agentWork/workerHealth.ts.

Landing copy. site/lib/content.ts feeds the React page, renderHomeMarkdown(), and site/public/llms.txt.

SLASH_COMMANDS
  /review
  /describe
  /ask
  /triage          # apply-mode. Preview is only for /triage all
  /triage preview
  /triage all
  /verify
  /cancel

Constant homes. Values are unchanged. The rows now name src/agentWork/prActorLease.ts, src/agent/triage/triageWritePolicy.ts, and src/settings/legacyReviewLenses.ts.

Checks

  • nub exec vitest run test/llmsKnowledge.test.ts test/siteDocuments.test.ts test/settingsInventory.test.ts test/siteHttp.test.ts: 79/79 passed
  • nub run check:effect-versions, check:prod-deps, check:code, build: exit 0
  • Full nub run test can still hit local-workspace git-checkout timeouts. Those failures are unrelated to this docs/site diff.
Open in Web Open in Cursor 

PR Agent Description

PR Type

Enhancement, Documentation

Description

  • Added a /verify slash command that rechecks open findings against the current head, closing fixed ones quietly.
  • Updated site copy, knowledge chunks, and llms.txt to advertise the new /verify trigger alongside existing commands.
  • Expanded GitHub App subscribe events and permissions to include workflow runs, check suites, checks, and actions.
  • Updated ADRs 0003 and 0028 to reflect the submitReview to publish_summary rename and the new publish path modules.

- Point ADR 0003 and 0028 at live publish_summary files
- Add /verify, /cancel, Checks, and CI events to landing copy
@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
pr-agent Ready Ready Preview Sep 5, 2026 10:10pm UTC

@zeus-review

zeus-review Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

PR Agent Review

Note

  • This PR updates documentation and landing-page content to reflect the already-implemented code-index-build queue.
  • It retires stale submitReview, brief, and effort references in ADRs.
  • It adds source-file annotations to docs/configuration.md for legacy and control-plane constants.
  • Site content now lists /verify and /cancel slash commands.
  • It adds Workflow runs and Check suites to the subscribe and permissions fields.
  • No runtime code changed; the change set is docs and site only.
  • The main review stakes are doc-code consistency for the advertised queue and the new slash commands.
SizeM
FindingsNo issues on this pass.
Relevant testsno
Security
CI✅ All CI is passing

5a24f80 ⋅ general ⋅ 15m 9s ⋅ meituan/longcat-2.0:free

- Add code-index-build to worker consumer lists in README, env, and
  ops docs
- Point configuration constant rows at their defining files
- Align landing triage, docs-only, specialist, and provider copy
- Replace the description gallery File Walkthrough with Review map
- Retarget ADR 0022 size and ADR 0025 brief tool names
@cursor cursor Bot changed the title Sync site copy and ADR publish paths Sync site copy, worker queues, and ADR pointers Sep 5, 2026
- Pad README and configuration tables after longer rows
- Wrap the alternatives intro to the formatter line length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant